Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLEmbedElement

Extends HTMLElement.

The embed element provides an integration point for an external (typically non-HTML) application or interactive content.

Properties
DOMString
height
The width and height IDL attributes on the iframe, embed, object, and video elements must reflect the respective content attributes of the same name.
DOMString
src
The IDL attributes src and type each must reflect the respective content attributes of the same name.
DOMString
type
The IDL attributes src and type each must reflect the respective content attributes of the same name.
DOMString
width
The width and height IDL attributes on the iframe, embed, object, and video elements must reflect the respective content attributes of the same name.
Operations
any
legacycaller(any arguments...)
The HTMLEmbedElement object representing the element must expose the scriptable interface of the plugin instantiated for the embed element, if any. At a minimum, this interface must implement the legacy caller operation. (It is suggested that the default behavior of this legacy caller operation, e.g.